home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / sum.1 < prev    next >
Encoding:
Text File  |  1994-07-26  |  1.9 KB  |  67 lines

  1.  
  2.  
  3.  
  4. SUM(1L)           Misc. Reference Manual Pages            SUM(1L)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      sum - checksum and count the blocks in a file
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ssssuuuummmm [-rs] [--sysv] [--help] [--version] [file...]
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      This manual page documents the GNU version of ssssuuuummmm.  ssssuuuummmm com-
  16.      putes a 16-bit checksum for each named file, or the standard
  17.      input if none are given or when a file named `-'  is  given.
  18.      It  prints  the checksum for each file along with the number
  19.      of blocks  in  the  file  (rounded  up).   By  default  each
  20.      corresponding  file  name  is  also  printed if at least two
  21.      arguments  are  specified.   With  the   - -  _s_y_s_v   option,
  22.      corresponding  file  name are printed when there is at least
  23.      one file argument.  By default, the GNU ssssuuuummmm computes  check-
  24.      sums  using an algorithm that is compatible with the BSD ssssuuuummmm
  25.      and prints file sizes in units of 1K blocks.
  26.  
  27.   OOOOPPPPTTTTIIIIOOOONNNNSSSS
  28.      -_r    Use the  default  (BSD  compatible)  algorithm.   This
  29.           option  is included for compatibility with the System V
  30.           ssssuuuummmm.  Unless the -_s option was also given,  it  has  no
  31.           effect.
  32.  
  33.      -_s, --_s_y_s_v
  34.           Compute checksums using an algorithm that is compatible
  35.           with the one the System V ssssuuuummmm uses by default and print
  36.           file sizes in units of 512-byte blocks instead of 1K.
  37.  
  38.      --_h_e_l_p
  39.           Print a usage message and exit with a non-zero status.
  40.  
  41.      --_v_e_r_s_i_o_n
  42.           Print version information on standard output then exit.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. FSF              Last change: GNU Text Utilities                1
  64.  
  65.  
  66.  
  67.